home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_squid.idb / usr / freeware / src / squid / patches.z / patches
Encoding:
Text File  |  1999-07-16  |  2.2 KB  |  69 lines

  1. --- ./configure.in    Tue Apr 20 20:36:01 1999
  2. +++ ../squid-2.2.STABLE3/./configure.in    Fri May 21 02:40:48 1999
  3. @@ -88,9 +88,9 @@
  4.          esac
  5.      else
  6.      case "$host" in
  7. -    *mips-sgi-irix6.4*)
  8. +    *mips-sgi-irix6.*)
  9.          # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
  10. -        CFLAGS="$CFLAGS -n32 -mips4 -O3 -OPT:Olimit=0:space=OFF \
  11. +        CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \
  12.          -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \
  13.          -Wl,-woff,85,-woff,84,-woff,134 \
  14.          -nostdinc -I/usr/include -D_BSD_SIGNALS"
  15. @@ -116,9 +116,9 @@
  16.          esac
  17.      else
  18.      case "$host" in
  19. -    *mips-sgi-irix6.4*)
  20. +    *mips-sgi-irix6.*)
  21.          # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
  22. -        LDFLAGS="-n32 -mips4 -nostdlib -L/usr/lib32"
  23. +        LDFLAGS="-n32 -mips3 -nostdlib -L/usr/lib32"
  24.          ;;
  25.      esac
  26.      fi
  27. @@ -817,6 +817,7 @@
  28.              LIBS=`echo $LIBS | sed -e s/-lsocket//`
  29.              echo "Removing -lnsl for IRIX..."
  30.              LIBS=`echo $LIBS | sed -e s/-lnsl//`
  31. +        ac_cv_lib_nsl_main=no
  32.          echo "Removing -lbsd for IRIX..."
  33.          LIBS=`echo $LIBS | sed -e s/-lbsd//`
  34.          ;;
  35. --- ./configure    Tue Apr 20 20:36:03 1999
  36. +++ ../squid-2.2.STABLE3/./configure    Fri May 21 02:41:57 1999
  37. @@ -878,9 +878,9 @@
  38.          esac
  39.      else
  40.      case "$host" in
  41. -    *mips-sgi-irix6.4*)
  42. +    *mips-sgi-irix6.*)
  43.          # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
  44. -        CFLAGS="$CFLAGS -n32 -mips4 -O3 -OPT:Olimit=0:space=OFF \
  45. +        CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \
  46.          -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \
  47.          -Wl,-woff,85,-woff,84,-woff,134 \
  48.          -nostdinc -I/usr/include -D_BSD_SIGNALS"
  49. @@ -905,9 +905,9 @@
  50.          esac
  51.      else
  52.      case "$host" in
  53. -    *mips-sgi-irix6.4*)
  54. +    *mips-sgi-irix6.*)
  55.          # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
  56. -        LDFLAGS="-n32 -mips4 -nostdlib -L/usr/lib32"
  57. +        LDFLAGS="-n32 -mips3 -nostdlib -L/usr/lib32"
  58.          ;;
  59.      esac
  60.      fi
  61. @@ -3898,6 +3898,7 @@
  62.              LIBS=`echo $LIBS | sed -e s/-lsocket//`
  63.              echo "Removing -lnsl for IRIX..."
  64.              LIBS=`echo $LIBS | sed -e s/-lnsl//`
  65. +        ac_cv_lib_nsl_main=no
  66.          echo "Removing -lbsd for IRIX..."
  67.          LIBS=`echo $LIBS | sed -e s/-lbsd//`
  68.          ;;
  69.